[POWERPC] Remove references to xen_guest_string from ppc dom0 builder.
authorIan Campbell <ian.campbell@xensource.com>
Thu, 24 Aug 2006 09:58:41 +0000 (10:58 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 24 Aug 2006 09:58:41 +0000 (10:58 +0100)
The xen_guest_string should not be examined directly and the ppc code
doesn't use it yet anyway.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
xen/arch/powerpc/domain_build.c

index 4134bbaf02843fa8ee486ef683b2cf7ffe4c233d..8c896aa1acdddf3188939adb7282de8bb56f687b 100644 (file)
@@ -137,10 +137,6 @@ int construct_dom0(struct domain *d,
     dsi.v_kernend = RM_MASK(dsi.v_kernend, 42);
     dsi.v_kernentry = RM_MASK(dsi.v_kernentry, 42);
 
-    if (dsi.xen_section_string == NULL) {
-        printk("Not a Xen-ELF image: '__xen_guest' section not found.\n");
-        return -EINVAL;
-    }
     printk("*** LOADING DOMAIN 0 ***\n");
 
     /* By default DOM0 is allocated all available memory. */